From 55b3732db62e968bb7a1adafca6857d61655bae9 Mon Sep 17 00:00:00 2001 From: Steven Hand Date: Fri, 1 Sep 2006 12:07:39 +0100 Subject: [PATCH] Fix build w/ perfc after cset 11394:96a4379be74a Signed-off-by: Steven Hand --- xen/common/perfc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/common/perfc.c b/xen/common/perfc.c index 73e6189ac0..1903ef2f4e 100644 --- a/xen/common/perfc.c +++ b/xen/common/perfc.c @@ -136,8 +136,8 @@ static xen_sysctl_perfc_desc_t perfc_d[NR_PERFCTRS]; static xen_sysctl_perfc_val_t *perfc_vals; static int perfc_nbr_vals; static int perfc_init = 0; -static int perfc_copy_info(XEN_GUEST_HANDLE_64(xen_sysctl_perfc_desc_t) desc, - XEN_GUEST_HANDLE_64(xen_sysctl_perfc_val_t) val) +static int perfc_copy_info(XEN_GUEST_HANDLE(xen_sysctl_perfc_desc_t) desc, + XEN_GUEST_HANDLE(xen_sysctl_perfc_val_t) val) { unsigned int i, j; unsigned int v = 0; -- 2.30.2